home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Esportes
/
1080.swf
/
scripts
/
DefineButton2_106
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2006-06-13
|
208b
|
10 lines
on(release){
_root.p1type = _root.p1type + 1;
if(6 < _root.p1type)
{
_root.p1type = 1;
}
p1.gotoAndStop(_root.p1type);
p1name = "\'" + _root.names[_root.p1type - 1] + "\'";
}